Fully Qualified Name: | Laminas\Filter\File\Decrypt |
Extends: | Decrypt |
Decrypts a given file and stores the decrypted file content
Name | Description | Defined By |
---|---|---|
filter() | Defined by Laminas\Filter\FilterInterface | Decrypt |
getFilename() | Returns the new filename where the content will be stored | Decrypt |
setFilename() | Sets the new filename where the content will be stored | Decrypt |
Defined by Laminas\Filter\FilterInterface
Decrypts the file $value with the defined settings
Parameter Name | Type | Description |
---|---|---|
$value | string|array | Full |
Returns: string|array The filename which has been set
Returns the new filename where the content will be stored
Returns: string
Sets the new filename where the content will be stored
Parameter Name | Type | Description |
---|---|---|
$filename | string | (Optional) |
Returns: self